Get a specific shipment rep

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

repId
required
string <uuid>

The id of the rep

Responses
200

Retrieved Rep

Response Schema: application/json
id
string or null <uuid>
object (ShipmentRepRole)

Role a ShipmentRep has on a Shipment

object (User)
default

Default error response

get/shipments/{shipmentId}/reps/{repId}/
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "role": {
    },
  • "user": {
    }
}
Copyright © Shipwell 2024. All right reserved.